# Python
__pycache__/
*.py[cod]
.venv/
venv/
.pytest_cache/
.ipynb_checkpoints/

# OS
.DS_Store

# Keep the cached fallback prices (data/cache/prices.csv) committed so the repo
# runs offline; ignore everything else that might land in data/.
data/*.csv
!data/cache/
